home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / cnews.orig.lzh / notebook / flow < prev    next >
Text File  |  1989-06-27  |  643b  |  13 lines

  1. The flow of news articles through C news is as follows:
  2. a batch is received by some network service and passed to rnews,
  3. which invokes $NEWSBIN/input/newsspool to queue the batch in $NEWSARTS/in.comin
  4. ;
  5. eventually $NEWSBIN/input/newsrun will be run by cron,
  6. it uncompresses any files in.coming and
  7. either hands the article to $NEWBIN/relay/relaynews locally or invokes
  8. relaynews over a network connection on its file server.
  9.  
  10. relaynews writes the name of each spool file onto the ends of batch files
  11. for neighbours.  Eventually cron runs $NEWSBIN/batch/sendbatches, which
  12. batches up the outgoing articles and transmits them over some network.
  13.